net/http.http2priorityNode.setParent (method)

11 uses

	net/http (current package)
		h2_bundle.go#L10443: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
		h2_bundle.go#L10530: 		n.kids.setParent(nil)
		h2_bundle.go#L10534: 		(*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
		h2_bundle.go#L10617: 	n.setParent(parent)
		h2_bundle.go#L10669: 		n.setParent(&ws.root)
		h2_bundle.go#L10678: 		n.setParent(&ws.root)
		h2_bundle.go#L10697: 			parent.setParent(n.parent)
		h2_bundle.go#L10710: 				k.setParent(n)
		h2_bundle.go#L10716: 	n.setParent(parent)
		h2_bundle.go#L10784: 		k.setParent(n.parent)
		h2_bundle.go#L10786: 	n.setParent(nil)